home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.1 KB  |  47 lines

  1. /*****************************************************************************
  2.   FILE           : ui_main.h
  3.   SHORTNAME      : main.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 1.4.1990
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_main.h    1.12 3/2/94
  14.   SCCS VERSION   : 1.12
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_MAIN_DEFINED_
  23. #define _UI_MAIN_DEFINED_
  24.  
  25.  
  26. extern void main (int, char **);
  27.  
  28. #ifndef MAXPATHLEN
  29. #define MAXPATHLEN  512
  30. #endif
  31.  
  32.     /* path name (see file panel). Initial value by getwd() */
  33. extern char         ui_pathname[];
  34.  
  35. extern XtAppContext ui_appContext;
  36.  
  37.     /* label widgets of status info */
  38. extern Widget       ui_stat_posWidget;
  39. extern Widget       ui_stat_selNoWidget;
  40. extern Widget       ui_stat_flagsWidget;
  41.  
  42. #endif /* _UI_MAIN_DEFINED_ */
  43.  
  44.  
  45. /* end of file */
  46. /* lines: 44 */
  47.